const runtime._ConcurrentSweep

3 uses

	runtime (current package)
		malloc.go#L120: 	concurrentSweep = _ConcurrentSweep
		mgc.go#L139: 	_ConcurrentSweep = true
		mgc.go#L1564: 	if !_ConcurrentSweep || mode == gcForceBlockMode {